home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / perl / examples / README < prev    next >
Encoding:
Text File  |  1999-03-12  |  2.1 KB  |  65 lines

  1. This file describes the various files in the examples/ directory. It also
  2. contains links to applications/scripts people have written. If you want to
  3. be added, drop me a note at <pcg@goof.com>.
  4.  
  5. Most of these scripts are distributed under the GPL only, not under the
  6. Artistic License. If you need a script released under the Artistic License
  7. please contact its author directly.
  8.  
  9. Also, most scripts in the examples directory are not described or
  10. documented here. See their source for more info.
  11.  
  12. example-fu.pl
  13.         a very small, bare-bones Gimp::Fu script. it is useful as a
  14.         starting point for experiments.
  15.  
  16. webify.pl
  17.     a small plugin that flattens an image, makes the background
  18.     transparent, converts it to indexed and then crops it
  19.     to the right size. Useful to save small & transparent gifs
  20.     from a higher-quality source. It also features most
  21.     Gimp::Fu UI-elements.
  22.  
  23. border.pl
  24.     a "port" of the similarly named plug-in written in C, to
  25.     demonstrate direct and fast pixel access. IT also differentiates
  26.     between interactive and nonineractive use, and returns a colour
  27.     value.
  28.  
  29. windy.pl
  30.     this will windify your image. curious? well then ...
  31.  
  32. prep4gif.pl
  33.     this will create a copy of your image prepared for saving
  34.     as indexed gif. it will create a border around your image
  35.     as well. I guess its for saving logos...
  36.  
  37. gimp-make-img-map
  38.     "This program is an automatic way of scaling and tiling lots of
  39.     images in order to create an index image."
  40.  
  41. homepage-logo.pl
  42.     the very first gimp-perl script. I wanted to draw some buttons
  43.     with script-fu and instead wrote a perl interface. It
  44.     was probably faster to do it that way rather than using scheme ^_-
  45.  
  46. Create_Images/image_list
  47.     this script takes a filename containing strings and
  48.     sizes (look at image_list for an example), and writes
  49.     .gif pictures with these strings into your /tmp
  50.  
  51. example-oo.pl
  52.     a small nonsense extension just showing the object-oriented
  53.     pdb syntax. its mostly obsoleted by example-fu.pl, since it doesn't
  54.     use Gimp::Fu
  55.  
  56. example-net.pl
  57.     a small nonsense extension showing a bare-bones networked script.
  58.     this is obsoleted by Gimp::Fu
  59.  
  60. http://members.xoom.com/bewebe
  61.     create contact sheets with comments in tex.
  62.  
  63.  
  64.  
  65.